'Declaration Public Overloads Overrides Function SaveImage( _
ByVal imageVintasoftImage object to save.As Vintasoft.Imaging.VintasoftImage, _
ByVal streamStream where the image should be saved.As System.IO.Stream, _
ByVal imageSavingProgressDelegate of the image saving progress. Can be set to null (Nothing in Visual Basic).As System.EventHandler(Of ProgressEventArgs) _
) As Boolean
public override bool SaveImage(
Vintasoft.Imaging.VintasoftImage image,
System.IO.Stream stream,
System.EventHandler<ProgressEventArgs> imageSavingProgress
)
public: bool SaveImage(
Vintasoft.Imaging.VintasoftImage* image,
System.IO.Stream* stream,
System.EventHandler<ProgressEventArgs*>* imageSavingProgress
); override
public:
bool SaveImage(
Vintasoft.Imaging.VintasoftImage^ image,
System.IO.Stream^ stream,
System.EventHandler<ProgressEventArgs^>^ imageSavingProgress
); override
Parameters
- image
- VintasoftImage object to save.
- stream
- Stream where the image should be saved.
- imageSavingProgress
- Delegate of the image saving progress. Can be set to null (Nothing in Visual Basic).
Return Value
True - image is successfully saved to the stream;
false - image is not saved to the stream because is not necessary or canceled.
false - image is not saved to the stream because is not necessary or canceled.